From 6d2675a072d92739c2799d20d1848dd352b407fe Mon Sep 17 00:00:00 2001 From: justbur Date: Wed, 15 Jul 2015 22:33:41 -0400 Subject: [PATCH] Erase truncate-lines message --- which-key.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 5274f308f1d..ebc77bb125f 100644 --- a/which-key.el +++ b/which-key.el @@ -277,7 +277,8 @@ set too high) and setup which-key buffer." (with-current-buffer which-key--buffer ;; suppress confusing minibuffer message (let (message-log-max) - (toggle-truncate-lines 1)) + (toggle-truncate-lines 1) + (message "")) (setq-local cursor-type nil) (setq-local cursor-in-non-selected-windows nil) (setq-local mode-line-format nil)) -- 2.30.2